home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libslp1.postrm < prev    next >
Text File  |  2008-05-03  |  390b  |  22 lines

  1. #!/bin/sh
  2.  
  3. if [ "$1" = "remove" ]
  4. then
  5.     ldconfig /usr/lib/libslp.so.1
  6. fi
  7.  
  8. # Automatically added by dh_installdebconf
  9. if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
  10.     . /usr/share/debconf/confmodule
  11.     db_purge
  12. fi
  13. # End automatically added section
  14. # Automatically added by dh_makeshlibs
  15. if [ "$1" = "remove" ]; then
  16.     ldconfig
  17. fi
  18. # End automatically added section
  19.  
  20.  
  21. exit 0
  22.